home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_hylafax.idb / var / freeware / spool / fax / config / everex-2496d.z / everex-2496d
Text File  |  2002-07-08  |  3KB  |  69 lines

  1. # $Id: everex-2496d,v 1.2 2002/04/07 20:29:25 darren Exp $
  2. #
  3. # HylaFAX Facsimile Software
  4. #
  5. # Copyright (c) 1990-1996 Sam Leffler
  6. # Copyright (c) 1991-1996 Silicon Graphics, Inc.
  7. # HylaFAX is a trademark of Silicon Graphics, Inc.
  8. # Permission to use, copy, modify, distribute, and sell this software and 
  9. # its documentation for any purpose is hereby granted without fee, provided
  10. # that (i) the above copyright notices and this permission notice appear in
  11. # all copies of the software and related documentation, and (ii) the names of
  12. # Sam Leffler and Silicon Graphics may not be used in any advertising or
  13. # publicity relating to the software without the specific, prior written
  14. # permission of Sam Leffler and Silicon Graphics.
  15. # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  16. # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  17. # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  18. # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  19. # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  20. # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  21. # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  22. # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  23. # OF THIS SOFTWARE.
  24. #
  25.  
  26. #
  27. # Configuration for an Everex 24/96D.
  28. #
  29. # It may be possible to run the modem using RTS/CTS, but at the
  30. # data rates it supports there's little point (and since everything
  31. # works fine with XON/XOFF flow control, little motivation).
  32. #
  33. # CONFIG: CLASS2: Everex*-XONXOFF
  34. # CONFIG: CLASS2: Everex*-DEFAULT
  35. #
  36. # BEGIN-SERVER
  37. # END-SERVER
  38. #
  39. # Modem-related stuff: should reflect modem command interface
  40. # and hardware connection/cabling (e.g. flow control).
  41. #
  42. ModemType:        Class2        # use class 2 interface
  43. ModemRate:        19200
  44. ModemFlowControl:    xonxoff        # default
  45. #
  46. ModemSetupDTRCmd:    AT&D3        # DTR off causes modem to reset
  47. ModemSetupDCDCmd:    AT&C0        # DCD always on
  48. ModemDialCmd:        ATDT%s        # T for tone dialing
  49. #
  50. # Avoid BOR_C_REV 'cuz of a bug in the Everex modem firmware
  51. # (Rev 901231 or earlier): BOR=3 and REL=1 generates garbage
  52. # data in the EOL padding for received facsimile.
  53. #
  54. Class2BORCmd:        AT+FBOR=2    # direct phase C data, reversed B/D
  55. Class2RELCmd:        AT+FREL=1    # enable byte-aligned EOLs
  56. #
  57. # NB: must break CQ=1 BADMUL= BADLIN= into separate lines
  58. #     for the modem to grok
  59. #
  60. Class2CQCmd:        "AT+FCQ=1\nAT+FBADMUL=20\nAT+FBADLIN=10"
  61. #
  62. # Disable 2D-encoded data 'cuz some PROM versions appear
  63. # to receive bad data (if you figure out why, then remove this).
  64. #
  65. Class2DCCQueryCmd:      !(0,1),(0-3),(0-2),(0-2),(0),(0),(0),(0-7)
  66.